You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Operators > Matrix Constructor > Matrix.Matrix Constructor ([In] TMtx)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.Matrix Constructor ([In] TMtx)

Uses Src object as internal storage.

Syntax
C#
Visual Basic
public Matrix([In] TMtx Src);

The resulting Matrix will own Src object of TMtx type and will release it once Matrix gets out of scope.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!